home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000016_news@newsmaster….columbia.edu _Wed Dec 16 09:05:52 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA01603
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Dec 1998 09:05:52 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA14370
  7.     for kermit.misc@watsun; Wed, 16 Dec 1998 09:05:52 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: kermit for the palm pilot
  12. Date: 16 Dec 1998 14:05:49 GMT
  13. Organization: Columbia University
  14. Lines: 53
  15. Message-ID: <758ent$16l$1@apakabar.cc.columbia.edu>
  16. References: <av4p47.fv8.ln@linux.lisse.na> <74rb06$jqn$1@apakabar.cc.columbia.edu> <k1rr47.p8l.ln@linux.lisse.na>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9648
  19.  
  20. In article <k1rr47.p8l.ln@linux.lisse.na>,
  21. Dr Eberhard W Lisse <el@linux.lisse.na> wrote:
  22. : Dunno, file transfer? :-)-O
  23.  
  24. of course.  but what feature set of the Kermit protocol.  Clearly,
  25. we want send/receive but what about the server functions?
  26.  
  27. For the protocol engine we want sliding windows but because of the
  28. PalmPilot memory constraints (2K stack, 64K memory limit) the size
  29. of packets and the number of sliding windows is restricted.
  30.  
  31. Do we need character-set translation during file transfer?  What is the 
  32. character set of the palm pilot if there is one?
  33.  
  34. : But seriously, that's of course the issue, because it has to be
  35. : written in the g++ cross compile.
  36.  
  37. Sorry, I don't understand this comment.  What does file transfer have
  38. to do with the g++ cross compiler?  
  39.  
  40. Is your intended purpose to use Kermit to download compiled
  41. applications from Linux to the Palm Pilot without using the Palm
  42. Desktop?
  43.  
  44. : DialUp, log in via dumb terminal (or a simple script), start the
  45. : server, return and have a frontend like the Mac, perhaps, to operate
  46. : the server (change directories, download PDB, PRC and mabe ZIP files,
  47. : exit/bye).
  48.  
  49. What level of terminal emulation?  VT102, VT220, or given the Linux 
  50. community would a Linux console be better?
  51.  
  52. For the script language do people expect compatibility with C-Kermit 
  53. and Kermit 95?  
  54.  
  55. : What do other limited systems written in C offer?
  56.  
  57. Usually no terminal emulation, no sliding windows, small packets, no
  58. server functions, no character-set translation, and no scripting
  59. language, and no networking support.  They are usually very bare bones 
  60. implementations of Kermit.  A Palm Pilot Kermit needs to be written from 
  61. scratch since it must not use the C Run Time Library, should 
  62. call directly to the network functions in order to preserve space,
  63. and must not use local variables in order to allow function calls to 
  64. exist within a 2K program stack.
  65.  
  66.  
  67.  
  68.  
  69.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  70.                  The Kermit Project * Columbia University
  71.               612 West 115th St #716 * New York, NY * 10025
  72.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org